From: Eli Zaretskii Date: Mon, 2 Apr 2001 07:49:05 +0000 (+0000) Subject: (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40910 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=54a9a70c77373846d044d0733a914255d964afca;p=emacs.git (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}. --- diff --git a/leim/Makefile.in b/leim/Makefile.in index b6a1ceaa557..200d38729a1 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -151,13 +151,13 @@ ${SUBDIRS}: mkdir $@ touch stamp-subdir -# The rule which generates ${TIT} files creates them all in one go. -# So we need to prevent parallel execution for that target, otherwise -# Emacs complains about files being locked. .NOTPARALLEL is for GNU -# Make, .NO_PARALLEL is for other Make's. -.NOTPARALLEL: ${TIT} +# The rules which generate ${TIT} and ${MISC-DIC} files create them all +# in one go. So we need to prevent parallel execution for that target, +# otherwise Emacs complains about files being locked. .NOTPARALLEL is +# for GNU Make, .NO_PARALLEL is for other Make's. +.NOTPARALLEL: ${TIT} ${MISC-DIC} -.NO_PARALLEL: ${TIT} +.NO_PARALLEL: ${TIT} ${MISC-DIC} # Rule to generate quail/*.el from CXTERM-DIC/*.tit. # The "if [ -f $@ ]; then true; " part prevents parallel Make's